From 455e3433d8d137635832cbc2204c6ac5fe6b0905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 30 Aug 2007 12:25:22 +0000 Subject: [PATCH] Applied patch from Kevin Cozens fixing bug #467652 * babl/Makefile.am: Use DL flag set by ./configure instead of hard-coding it in Makefile svn path=/trunk/; revision=236 --- ChangeLog | 7 +++++++ babl/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78cb6af..31ce4f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-30 Øyvind Kolås + + Applied patch from Kevin Cozens fixing bug #467652 + + * babl/Makefile.am: Use DL flag set by ./configure instead of + hard-coding it in Makefile + 2007-08-02 Kevin Cozens * extensions/gggl.c diff --git a/babl/Makefile.am b/babl/Makefile.am index 9306592..7fb676c 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -54,5 +54,5 @@ libbabl_@BABL_API_VERSION@_la_LIBADD=\ @LTLIBOBJS@ libbabl_@BABL_API_VERSION@_la_LDFLAGS= \ - ${no_undefined} -ldl $(MATH_LIB) \ + ${no_undefined} ${DL_LIB} $(MATH_LIB) \ -version-info $(BABL_LIBRARY_VERSION) -- 2.30.2